Authentication Schemes

Authentication Scheme

This Web Service do not include an auth service inside. Uses Cross-API authorization service with Applyze.Tenant. Following authorization schemes are supported in this API:

  • Jwt Bearer
  • Applyze (Api-Key, User-Api-Key, App-Key)

Jwt Bearer

Bearer token is given by Tenant after a successfully login. Bearer token must be sent in Header as Authorization parameter.

curl -H 'Accept: application/json' -H "Authorization: Bearer {YOUR_TOKEN HERE}" https://v2.my.mobiroller.com/v1/apps

Applyze

This authentication scheme does not supported by all endpoints. This is supported endpoint which only client uses like reading contents. This scheme does not have any authorization, so this authentication can make only read processes.

curl -H 'Accept: application/json' -H "Api-Key: {YOUR_APIKEY_HERE} -H "User-Api-Key: {YOUR_USERAPIKEY_HERE} -H "App-Key: {YOUR_APPKEY_HERE}" https://v2.my.mobiroller.com/v1/apps